Interface BbaGroupManager

All Superinterfaces:
IPCObject, Process
All Known Implementing Classes:
BbaGroupManagerImpl

public interface BbaGroupManager extends Process
Information provided by the PKI file:

    \class BbaGroupManager
    
    \brief BbaGroupManager manages and manipulates virtual template interfaces for PPPoE.
    
    \example network().getDevice("Router0").getProcess("BbaGroupManager")
    
Author:
Auto-generated
  • Method Details

    • addBbaGroupByName

      void addBbaGroupByName(String name)
      Information provided by the PKI file:
      
          \brief Adds a BBA group.
          
          \param name, the name for the BBA group.
          
              
      Parameters:
      name - Takes in a parameter of name
    • removeBbaGroupByName

      void removeBbaGroupByName(String name)
      Information provided by the PKI file:
      
          \brief Removes the BBA group with the specified name.
          
          \param name, the name of the BBA group of interest.
          
              
      Parameters:
      name - Takes in a parameter of name
    • getBbaGroupByName

      BbaGroup getBbaGroupByName(String name)
      Information provided by the PKI file:
      
          \brief Returns the BBA group with the specified name.
          
          \param name, the name of the BBA group of interest.
          
          \return BbaGroup, the BbaGroup object with the specified name.
          
              
      Parameters:
      name - Takes in a parameter of name
      Returns:
      BbaGroup Returns a BbaGroup
    • getBbaGroupCount

      int getBbaGroupCount()
      Information provided by the PKI file:
      
          \brief Returns the number of BBA groups.
          
          \param int, the number of BBA groups.
          
              
      Returns:
      int Returns a int
    • getBbaGroupAt

      BbaGroup getBbaGroupAt(int index)
      Information provided by the PKI file:
      
          \brief Returns the BBA group at the specified name.
          
          \param index, the index of the BBA group of interest.
          
          \return BbaGroup, the BbaGroup object at the specified name.
          
              
      Parameters:
      index - Takes in a parameter of index
      Returns:
      BbaGroup Returns a BbaGroup